DRAW TO BACK

This command will ensure all 2D activities such as drawing text, images and bitmaps are performed before any 3D is rendered.

  Syntax
DRAW TO BACK
  Returns

This command does not return a value.

  Description

This allows you to create 2D effects in the background. In most cases 3D will obscure most if not all 2D activities and so this is not the default behaviour.

  Example Code
MAKE OBJECT CUBE 1,100
DRAW TO BACK
DO
TEXT 40,50,"2D BEHIND 3D"
LOOP
  See also

CORE Commands Menu
Index